home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Libraries / MPWTool / Includes / MATool.h next >
Encoding:
Text File  |  1996-04-03  |  440 b   |  27 lines  |  [TEXT/MPS ]

  1. // MATool.h
  2. // Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
  3. // Core MacApp header files.
  4.  
  5. #ifndef __MATOOL__
  6. #define __MATOOL__
  7.  
  8. // Conditional Macros (include before any other headers)
  9.  
  10. #ifndef __MACONDITIONALMACROS__
  11. #include "MAConditionalMacros.h"
  12. #endif
  13.  
  14. // MacApp Core
  15.  
  16. #ifndef __MACORE__
  17. #include "MACore.h"
  18. #endif
  19.  
  20. // MacApp MPW Tools
  21.  
  22. #ifndef __UCPLUSTOOL__
  23. #include "UCPlusTool.h"
  24. #endif
  25.  
  26. #endif // __MATOOL__
  27.